!rtlocmempool

Displays the Subsystem's local memory pool, including the size and location of each memory range.

Syntax

!rtlocmempool <-f>

Parameters

-f [optional]

Optional flag to display RTSS local memory free list. These are sections of the local memory pool that are available to be allocated.

Remarks

Each time the local memory pool is expanded, a new Memory Range Descriptor is generated with information on the location and size allocated.

The -f flag is useful for determining if your local memory pool has become fragmented.

For a glossary of common terms found in command output, see RTX64 WinDbg Extension Commands Glossary.

This command is supported for:

Example

rtlocmempool without a parameter

!rtlocmempool
		
RTSS Local Memory Pool Information
		
Descriptor            0xfffffa800776c160	Size (Bytes)          0x0000000000100000
Start address         0xfffffa800532a000	End address           0xfffffa800542a000
			
Descriptor            0xfffffa80073c7b70	Size (Bytes)          0x0000000000100000
Start address         0xfffffa800542a000	End address           0xfffffa800552a000

Related topics: